/*右侧固定栏*/

.contact-info {
    /* width: 135px; */
    position: fixed;
    bottom: 280px;
    right: 15px;
    z-index: 103;
    background: #fff;
    border-radius: 29px 29px 29px 0px;
    padding: 10px 10px;
    box-shadow: 0 0 30px #999;
}

.contact-info ul .con-1 {
    margin-bottom: 5px;
    background: #1C1C1C;
    width: 130px;
    border-radius: 15px;
    height: 30px;
}

.contact-info ul .con-2,
.contact-info ul .con-3 {
    width: 130px;
    height: 34px;
    line-height: 34px;
    background: #F63D7C;
    border-radius: 20px 20px 20px 0px;
    margin-bottom: 5px;
    border: 3px solid #F63D7C;
    cursor: pointer;
}

.contact-info ul .con-3 {
    background: #4B00BC;
    border: 3px solid #4B00BC;
}

.contact-info ul .con-2 .contact-tel,
.contact-info ul .con-3 .contact-tel {
    border-radius: 0 20px 20px 0px;
}

.contact-info .con-1 .contact-p {
    width: 20%;
    float: left;
    margin-top: 2px;
}

.contact-info .con-2 .contact-p,
.contact-info .con-3 .contact-p {
    width: 30%;
    float: left;
    position: relative;
}

.contact-info .contact-p img {
    width: 100%;
    transform: scale(0.9);
    margin: 0 auto;
}

.contact-info .con-2 .contact-p img,
.contact-info .con-3 .contact-p img {
    transform: scale(0.75);
    position: relative;
    top: -2px;
    transition: all 0.3s;
}

.contact-info .con-2 .contact-tel,
.contact-info .con-3 .contact-tel {
    width: 70%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    float: left;
    text-indent: 5px;
}

.contact-info .con-1 .contact-tel {
    width: 80%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    float: left;
}

.contact-info .contact-tel a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    transition: all 0.3s;
    height: 34px;
    line-height: 34px;
}

.contact-info .con-2:hover .contact-tel a,
.contact-info .con-3:hover .contact-tel a {
    font-size: 15px;
}

.contact-info ul .con-2:hover {
    background: #950033;
    border: 3px solid #F63D7C;
}

.contact-info ul .con-3:hover {
    background: #24005A;
    border: 3px solid #4B00BC;
}

.contact-info .con-2:hover .contact-p img,
.contact-info .con-3:hover .contact-p img {
    transform: scale(0.9);
}


/*百度地图*/

#allmap {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

#result {
    width: 100%;
    font-size: 12px;
}


/*导航落地页子页面公共样式

分页按钮公共样式/* 分页按钮样式 */

.paging {
    /* 自适应居中 display: table; */
    display: table;
    height: 40px;
    margin: 75px auto;
}

.paging ul li {
    box-sizing: border-box;
    float: left;
    margin: 0 2px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #888888;
}

.paging ul li a {
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #888888;
}

.paging ul li span {
    display: inline-block;
    padding: 0 15px;
    border-radius: 20px;
    border: 1px solid #888888;
}

.paging ul li .current {
    border: none;
    border: 1px solid #327DFA;
}

.paging ul>.active>a,
.paging ul>.active>span {
    color: #fff;
    background: #327DFA;
}


/*公共视频关闭按钮*/

.close-button {
    position: fixed;
    z-index: 99999;
    background: url(../images/close-video.png) no-repeat;
    height: 32px;
    width: 32px;
    top: 16px;
    right: 16px;
    display: none;
    cursor: pointer;
}


/* 面包屑导航样式 */

.navBg {
    width: 100%;
}

.breadcrumbsNav {
    width: 75%;
    margin: 0 auto;
}

.breadcrumbs {
    padding-top: 14px;
    width: 500px;
    height: 40px;
    /* background-color: yellow; */
}

.breadcrumbs ul li {
    float: left;
    color: #B1B1B1;
    font-size: 15px;
    margin: 0 5px;
}

.breadcrumbs ul li:nth-child(1) img {
    padding-top: 3px;
}

.breadcrumbs ul li img {
    padding-top: 6px;
}